# Begin: Custom macros and commands for all e-mails BEFORE processing log(1,'Begin: Custom macros and commands for all e-mails BEFORE processing'); if (compare('to', 'match', '<%OEM-WEBMAIL-GINA%>@kunde.pseudo')) { log(1, 'unpacking satellite mail'); unpack_mail(); logsubject(); log(1, 'deliver satellite mail unchanged'); deliver(); } # metadata setting is disabled in ruleset generator logsubject(); log(1,'End: Custom macros and commands for all e-mails BEFORE processing'); # End: Custom macros and commands for all e-mails BEFORE processing